hunt-snapshot-0_10_7 ~master (2019-09-12T04:35:55Z)
Dub
Repo
Element
hunt
templates
element
Undocumented in source.
class
Element {
Type
type
;
string
inner
;
Element
[]
children
;
this
(Type mtype);
this
(Type mtype, string minner);
}
Constructors
this
this
(Type mtype)
Undocumented in source.
this
this
(Type mtype, string minner)
Undocumented in source.
Members
Variables
children
Element
[]
children
;
Undocumented in source.
inner
string
inner
;
Undocumented in source.
type
Type
type
;
Undocumented in source.
Meta
Source
See Implementation
hunt
templates
element
classes
Element
ElementComment
ElementConditionBranch
ElementConditionContainer
ElementExpression
ElementLoop
ElementString